home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / EXPL3.SMP < prev    next >
Text File  |  1990-09-29  |  1KB  |  26 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define expl3_width  32
  4. #define expl3_height 24
  5.  
  6. unsigned char expl3_shape[] = {
  7.     0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x08,0x00,
  8.     0x00,0x01,0x00,0x00,0x00,0x40,0x00,0x00,0x10,0x00,0x21,0x00,
  9.     0x00,0x01,0x00,0x00,0x02,0x08,0x04,0x00,0x00,0x42,0x40,0x00,
  10.     0x40,0x2B,0x80,0x20,0x05,0x4F,0x50,0x00,0x00,0x2F,0x81,0x00,
  11.     0x90,0xBA,0xA8,0x00,0x00,0x3F,0x40,0x10,0x00,0x55,0x10,0x80,
  12.     0x42,0x9A,0x40,0x00,0x10,0x00,0xC2,0x00,0x00,0x85,0x00,0x00,
  13.     0x00,0x00,0x00,0x40,0x10,0x00,0x11,0x00,0x01,0x00,0x00,0x00,
  14.     0x00,0x04,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  15. };
  16. unsigned char expl3_mask[] = {
  17.     0xFF,0xFF,0xFF,0xFF,0xFF,0xEF,0xFF,0xFF,0xFF,0xFF,0xF7,0xFF,
  18.     0xFF,0xFE,0xFF,0xFF,0xFF,0xBF,0xFF,0xFF,0xEF,0xFF,0xDE,0xFF,
  19.     0xFF,0xFE,0xFF,0xFF,0xFD,0xF7,0xFB,0xFF,0xFF,0xBD,0xBF,0xFF,
  20.     0xBF,0xD4,0x7F,0xDF,0xFA,0xB0,0xAF,0xFF,0xFF,0xD0,0x7E,0xFF,
  21.     0x6F,0x45,0x57,0xFF,0xFF,0xC0,0xBF,0xEF,0xFF,0xAA,0xEF,0x7F,
  22.     0xBD,0x65,0xBF,0xFF,0xEF,0xFF,0x3D,0xFF,0xFF,0x7A,0xFF,0xFF,
  23.     0xFF,0xFF,0xFF,0xBF,0xEF,0xFF,0xEE,0xFF,0xFE,0xFF,0xFF,0xFF,
  24.     0xFF,0xFB,0xF7,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  25. };
  26.